2.0.0#300
Merged
Merged
Conversation
This was
linked to
issues
Jun 18, 2026
Closed
Closed
Closed
Closed
…and package comment
Owner
Author
|
Addresses #302 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
The Pull Request captures everything for
v2.0.0of the program.Major Changes
A list of a major changes for version 2
1. Rust Binaries
In wanting to learn more about Rust, I set out to build some small binaries that compliment the program instead of taking over core functions
Aggregation Service
Deferred to post
v2pokemoncommand and returns them as one.PokéAPIwhen multiple flags are present (i.e.,poke-cli pokemon incineroar -s -d -m), the program makes a single call to this service, which fetches everything in one pass and hands back a combined JSON response.Caching Service
Present in
v2PokéAPIinto local temp.jsonfile for faster repeated look ups.2. Migration to
pflagLibraryflaglibrary.3. Configuration Screen
v2.0.0will ship with two options:poke-cachebinary warning message.4. Command and Flag Updates
compcommand will focus on competitive Pokémon data for the TCG and VGC with additional data for Pokémon Champions. Smogon data is planned for a later version.tcgcommand is gone and moved as an option in the newcompcommand.mechanicscommands will branch out to several new flags over the course of the project that focuses on specific mechanics of Pokémon (mainly centered around the video games)naturescommand is being removed in favor of a flag under a newmechanicscommand.--defenseflag under thepokemoncommand is having a slight rename to--defensesfor consistency across the other flags in the command.